x86, hvm: Fix domain restore bug with Intel VLAPIC acceleration.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Nov 2008 15:59:26 +0000 (15:59 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 18 Nov 2008 15:59:26 +0000 (15:59 +0000)
commitd25a1286b4cc8d9395b9f1b2366107d6c2445972
tree95940510d32a51ada43b236f61b0d3685277d3cb
parenta67183644e4bc58e29f44bb42f3a1e19ca2ef338
x86, hvm: Fix domain restore bug with Intel VLAPIC acceleration.

r18383 mark video memory as ram, and make all valid pages migrated,
including vlapic page (0xFEE00), and share page(0xFFFFF).
An extra memory population for lapic page would override previous
mapping then cause HVM guest with vlapic acceleration hang.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/mm.c